home *** CD-ROM | disk | FTP | other *** search
/ Hacker 7 / HACKER07.ISO / Games / mcdemo.exe / objects / object2.pak / Unnamed File 000014 < prev    next >
Text File  |  1998-04-20  |  1KB  |  32 lines

  1. FITini
  2.  
  3. // This is the AutoCannon Projectile Data File
  4.  
  5. [ObjectClass]
  6. l ObjectTypeNum = 8
  7.  
  8. [ObjectType]
  9. st Name                     = "AC"                // Text string giving a descriptive name  (only 8 chars long!!)
  10. l Type                        = 24                // ID number for this object type
  11. l Appearance                = 0x06000018
  12. l Duration                    = 2                    // Lasts forever = -1 (s)  2 second burst
  13. l MaxDamage                    = 0                    // Number of damage points before BOOM!
  14. l ExplosionObject            = 0                    // Object Class Number of explosion for Mech
  15. l DestroyedObject            = 0                    // Object Class Number of Destroyed shape for Mech
  16. f ExtentRadius                = 0                    // Extent Radius in Meters
  17.  
  18. [BulletData]
  19. f Velocity                    = 200.0                // m/s
  20. f BulletsPerSecond            = 5                    // number of spheres per second.
  21. ul maxBullets                = 20                // max number of spheres around.
  22. ul DmgLevel                    = 20                // Damage per Round??
  23. ul SoundEffectId            = 7                    // Id of soundEffect to play on Fire.
  24. f BulletLength                = 10.0                // Length of Bullet Effect
  25. f BulletWidth                = 3.0                // Width of Bullet Effect
  26. uc BulletColor                = 254                // Yellow for now
  27. f CloseDistance                = 3.0                // Distance from target when bullet goes away.
  28. ul SmokeObjectId            = 11                // No smoke on a bullet?
  29. ul BulletHitEffect            = 39                // Effect to play on Impact of AutoCannon
  30. ul BulletMissEffect            = 398                // Effect to play on Ground Impact of AutoCannon
  31. FITend
  32.